Skip to content

fix(deps): update module github.com/shirou/gopsutil/v3 to v4#499

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.com-shirou-gopsutil-v3-4.x
Open

fix(deps): update module github.com/shirou/gopsutil/v3 to v4#499
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.com-shirou-gopsutil-v3-4.x

Conversation

@renovate

@renovate renovate Bot commented Jun 1, 2024

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
github.com/shirou/gopsutil/v3 v3.24.5v4.26.6 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

shirou/gopsutil (github.com/shirou/gopsutil/v3)

v4.26.6

Compare Source

v4.26.5

Compare Source

What's Changed

disk
net
process

New Contributors

Full Changelog: shirou/gopsutil@v4.26.4...v4.26.5

v4.26.4

Compare Source

What's Changed

cpu
  • [cpu][windows]: fix percpu stats on Windows hosts with multiple processor groups by @​shirou in #​2081
disk
host
load
mem
net
process

New Contributors

Full Changelog: shirou/gopsutil@v4.26.3...v4.26.4

v4.26.3

Compare Source

Important Notice

The temporary opt-out option WillBeDeletedOptOutMemAvailableCalc, introduced in v4.25.8, has been removed in this release.

Code that relied on this option may fail to build. If so, please update your code to work with the current VirtualMemoryStat.Used calculation, as the opt-out mechanism is no longer available.

What's Changed

cpu
disk
host
load
mem
net
process
sensors

New Contributors

Full Changelog: shirou/gopsutil@v4.26.2...v4.26.3

v4.26.2

Compare Source

What's Changed

disk
host
process
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.26.1...v4.26.2

v4.26.1

Compare Source

What's Changed

disk
host
mem
process
sensor

New Contributors

Full Changelog: shirou/gopsutil@v4.25.12...v4.26.1

v4.25.12

Compare Source

What's Changed

cpu
disk
host
mem
process

New Contributors

Full Changelog: shirou/gopsutil@v4.25.11...v4.25.12

v4.25.11

Compare Source

What's Changed

cpu
disk
process
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.25.10...v4.25.11

v4.25.10

Compare Source

What's Changed

cpu
disk
host
net
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.25.9...v4.25.10

v4.25.9

Compare Source

What's Changed

cpu
disk
process
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.25.8...v4.25.9

v4.25.8

Compare Source

Important Change

Starting from this release, VirtualMemoryStat.Used on Linux is now calculated based on MemAvailable in meminfo. This may cause a difference of approximately 6–10% compared to the previous calculation.

To address this, we have introduced an opt-out mechanism. You can disable the new calculation by setting the context key WillBeDeletedOptOutMemAvailableCalc to true. Please note that this option is undocumented and will be removed in six months (Feb. 2026).

For more details, see #​1873 and #​1882.

What's Changed

cpu
disk
mem
process
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.25.7...v4.25.8

v4.25.7

Compare Source

What's Changed

disk
mem
process
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.25.6...v4.25.7

v4.25.6

Compare Source

What's Changed

disk
mem
process
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.25.5...v4.25.6

v4.25.5

Compare Source

What's Changed

cpu
docker
host
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.25.4...v4.25.5

v4.25.4

Compare Source

What's Changed

cpu
disk
host
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.25.3...v4.25.4

v4.25.3

Compare Source

Important Notice

Starting from this release, we have set the Go version in go.mod to 1.23. Moving forward, we plan to continuously update it to the second most recent Go release.

We understand that gopsutil runs on various platforms, and some applications using it may only support older Go versions. With this release, those applications might no longer be able to build. However, as discussed in #​1804, we made this change because golang.org/x/sys, which gopsutil depends on, has adopted a policy of continuously updating its Go version.

That said, we intend to be conservative about syntax changes and avoid unnecessary modifications whenever possible.

What's Changed

disk
host
process
Chore
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.25.2...v4.25.3

v4.25.2

Compare Source

What's Changed

cpu
net
process
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.25.1...v4.25.2

v4.25.1

Compare Source

What's Changed

Other Changes

Full Changelog: shirou/gopsutil@v4.24.12...v4.25.1

v4.24.12

Compare Source

What's Changed

cpu
mem
net
process
sensors
  • fix[darwin]: memory leak and string corruption in ARM Mac temperature sensors by @​chuangbo in #​1767
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.24.11...v4.24.12

v4.24.11

Compare Source

What's Changed

host

New Contributors

Full Changelog: shirou/gopsutil@v4.24.10...v4.24.11

v4.24.10

Compare Source

What's Changed

cpu
mem
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.24.9...v4.24.10

v4.24.9

Compare Source

Important Change

Since #​1702, the Darwin implementation has been switched from cgo to purego (Great contribution from @​uubulb). As a result, cgo has been removed from the Darwin implementation, making cross-compilation easier. We believe this change will not have any impact, but if you encounter any issues, please create an issue.

What's Changed

cpu, mem, sensors, disk, process on darwin
  • feat(cpu, mem, sensors, disk, process)(darwin): cgo-free implementations by @​uubulb in #​1702
process
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.24.8...v4.24.9

v4.24.8

Compare Source

What's Changed

disk
  • fix(IOCountersWithContext): Fix the issue of not using names to fil ter devices in func IOCountersWithContext of the windows implementation by @​zmyzheng in #​1688
  • [disk][windows]: ignore network drive when not ready by @​shirou in #​1699
process
Other Changes

New Contributors 🎉

Full Changelog: shirou/gopsutil@v4.24.7...v4.24.8

v4.24.7

Compare Source

Important Notice Regarding Value Changes on mem.SwapMemory() on Windows

In change #​1677, the values returned by mem.SwapMemory() on Windows have been significantly revised. Previously, these values were calculated from the PERFORMANCE_INFORMATION structure of the GetPerformanceInfo win32 function, but this calculation was incorrect. Consequently, it has been adjusted to align with the psutil implementation. As a result, the values returned by mem.SwapMemory() are expected to differ greatly from previous values.

What's Changed

docker
mem
  • [windows][mem]: change to use Performance Counter on SwapMemory. by @​shirou in #​1677
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.24.6...v4.24.7

v4.24.6

Compare Source

What's Changed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Jun 1, 2024
@coveralls

coveralls commented Jun 1, 2024

Copy link
Copy Markdown

Coverage Report for CI Build 29021185699

Coverage remained the same at 31.476%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 6389
Covered Lines: 2011
Line Coverage: 31.48%
Coverage Strength: 9.06 hits per line

💛 - Coveralls

@renovate renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 5 times, most recently from cd10e1f to 8f1c60d Compare June 8, 2024 01:09
@renovate renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 6 times, most recently from 82daf14 to adb3cf6 Compare June 15, 2024 02:29
@renovate renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 4 times, most recently from e0f0f46 to 6d869c6 Compare June 20, 2024 21:12
@renovate renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 4 times, most recently from badc3ec to 0d94147 Compare June 28, 2024 22:16
@renovate renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 2 times, most recently from eda722c to 4f2e157 Compare July 10, 2024 01:39
@renovate renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 4 times, most recently from ecd62ab to ca6e2ba Compare July 23, 2024 22:13
@renovate renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 3 times, most recently from ce788a7 to 820839c Compare July 26, 2024 05:01
@renovate renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 4 times, most recently from bcea4ac to 4475d18 Compare October 28, 2024 11:50
@renovate renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 2 times, most recently from aa27e46 to bd0fd57 Compare November 7, 2024 14:35
@renovate renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from bd0fd57 to 27ae122 Compare November 8, 2024 03:15
@renovate renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 3 times, most recently from d60b227 to 052423d Compare November 25, 2024 23:42
@renovate renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 2 times, most recently from 593da30 to a9690bf Compare December 4, 2024 00:32
@renovate renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 3 times, most recently from 9c35614 to 64a27fd Compare December 19, 2024 14:14
@renovate renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from 64a27fd to dafac8d Compare January 1, 2025 03:17
@renovate renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 4 times, most recently from 5b6a90d to cdd3f83 Compare January 9, 2025 17:04
@renovate renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 4 times, most recently from 0efb4b8 to 1357319 Compare January 18, 2025 01:59
@renovate renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from 1357319 to bd5d4e9 Compare January 23, 2025 06:47
@renovate renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from bd5d4e9 to 28e269e Compare February 1, 2025 02:37
@renovate renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from 28e269e to 456a996 Compare March 1, 2025 04:58
@renovate

renovate Bot commented Aug 1, 2025

Copy link
Copy Markdown
Contributor Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c -> v0.0.0-20240221224432-82ca36839d55
github.com/tklauser/go-sysconf v0.3.12 -> v0.3.16
github.com/tklauser/numcpus v0.6.1 -> v0.11.0

@renovate

renovate Bot commented Dec 12, 2025

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c -> v0.0.0-20240221224432-82ca36839d55
github.com/tklauser/go-sysconf v0.3.12 -> v0.3.16
github.com/tklauser/numcpus v0.6.1 -> v0.11.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant